From: Juri Linkov Date: Wed, 7 Sep 2011 11:46:56 +0000 (+0300) Subject: * lisp/simple.el (next-error-highlight, next-error-highlight-no-select): Doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~2369 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=2979d3d968ba4efc2677b626652a7925952689c2;p=emacs.git * lisp/simple.el (next-error-highlight, next-error-highlight-no-select): Doc fix. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 61a34e166bd..bcddade2805 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2011-09-07 Juri Linkov + + * simple.el (next-error-highlight, next-error-highlight-no-select): + Doc fix (bug#9432). + 2011-09-07 OKAZAKI Tetsurou (tiny change) * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): diff --git a/lisp/simple.el b/lisp/simple.el index fe46e36fdac..2d4f883f1ed 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -73,7 +73,8 @@ in seconds, or until the next command is executed. If t, highlight the locus until the next command is executed, or until some other locus replaces it. If nil, don't highlight the locus in the source buffer. -If `fringe-arrow', indicate the locus by the fringe arrow." +If `fringe-arrow', indicate the locus by the fringe arrow +indefinitely until some other locus replaces it." :type '(choice (number :tag "Highlight for specified time") (const :tag "Semipermanent highlighting" t) (const :tag "No highlighting" nil) @@ -86,7 +87,8 @@ If `fringe-arrow', indicate the locus by the fringe arrow." If number, highlight the locus in `next-error' face for given time in seconds. If t, highlight the locus indefinitely until some other locus replaces it. If nil, don't highlight the locus in the source buffer. -If `fringe-arrow', indicate the locus by the fringe arrow." +If `fringe-arrow', indicate the locus by the fringe arrow +indefinitely until some other locus replaces it." :type '(choice (number :tag "Highlight for specified time") (const :tag "Semipermanent highlighting" t) (const :tag "No highlighting" nil)